xen: arm: correct terminology for cache flush macros
authorIan Campbell <ian.campbell@citrix.com>
Tue, 11 Feb 2014 14:11:04 +0000 (14:11 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 12 Feb 2014 12:49:10 +0000 (12:49 +0000)
commit890f16edb44a7ea856cc02263a27d2ba10348127
tree54c2bb4c9db16e2e23743b9de4824706c6b3a22d
parent878ff4fe1816d7f808f11254b555b9e9c2f121fa
xen: arm: correct terminology for cache flush macros

The term "flush" is slightly ambiguous. The correct ARM term for for this
operaton is clean, as opposed to clean+invalidate for which we also now have a
function.

This is a pure rename, no functional change.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
xen/arch/arm/guestcopy.c
xen/arch/arm/kernel.c
xen/arch/arm/mm.c
xen/arch/arm/smpboot.c
xen/include/asm-arm/arm32/page.h
xen/include/asm-arm/arm64/page.h
xen/include/asm-arm/page.h